LoadFromOgg(SoundBuffer, string, SampleQuality)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Ogg


Loads and resamples the data from an .ogg file to the specified SoundBuffer.

Syntax

public static void LoadFromOgg(
	SoundBuffer buffer,
	string path,
	SampleQuality quality
)

Back to index